UCS html2exe  
 
Version History
 

 
New in version 2.2
Improvements:
  • A search engine is included in the compiled site.  The search engine searches the entire site, searching for words on the page.
  • the exe files are now 220Kb smaller (about 30%)
  • there is now a pop up menu for images.  right-click on an image and select 'view image' of 'copy to clipboard'.
    • View Image will show the image at it's full size - e.g. if it has been sized using the height or width attribs.
    • Copy To Clipboard is disabled when the disable clipboard compiler option is specified.
  • i've moved the html2exe web links out of the help menu into the about box
  • a smarter Home Page menu.  if you click to load a file that no longer exists, you are given the option to remove that file from the menu.
  • If you do not include an 'author.htm' and/or 'help.htm' file, those menu options are removed, where before they where just greyed out (or disabled).
  • I've included a large close button on button bar.  You can show/hide it in the compiler options.
  • You can set a  minimum file size or the exe or h2e file.
    • This option allows you to expand the exe of h2e file to a larger size, which will make it more difficult for people to copy your work.  If you distrbute on CD, you can set this is 640MB so that if someone wants to re-distribute your work, they will have to distrubute a much larger file.  If the exe is used as a help file for a program, you can use html2exe to fill up the CD.
    • The extra size is not compressable, so if it is zipped, it will not be any smaller.
    • The maximum size is 2047MB, this seems to be the windows limit for the size of an exe file.
    • exe files above 942MB run okay but explorer will not show thier icon.  At the moment i'm assuming this is a problem with windows or windows explorer.
  • you can set the default font, size and color for the cmpiled site.  If your html does not contain <FONT> tags, the default font will be used.
  • You can set a title for the site.  If you set a title, it will appear at the top of the window.  If you do not set a title, the title of each page visited will be shown instead.
  • You can set the compiled window size.  select from 640x480, 800x600 or set your own size.
  • You can now use your own icon in the compiled exe files
  • The buttonbar logo will now expand horizontaly if you use a larger bitmap.  The width can vary between 8 and 140 pixels.
  • Added support from escape characters in links e.g. %20 = space character
  • the find dialog now stays on top of the main window.  previously when you clicked ion the main window, the find dialog would appear behind the main window.
  • Various improvements to the results window:
    •   Message are seperated into 3 type: errors, wenb links and local links.

    •   Improved printing output.
New in version 2.1
  • Most important of all, you can now compile to three different formats:
    • an EXE with the browser and web site built in.
    • 2 seperate files: a browser EXE file and a matching H2E file.
    • a new file type .H2E which can be viewed with a seperate program called H2EView.  This is perfect for webzines - send H2EView to your subscribers once, then when you sent out an issue, you only have to send an H2E file (the H2E file is about 500k smaller than a full compiled EXE).
  • Use your own logo in the button bar - either BMP files or icons.
  • Link your logo to your web page and allow the user to access your web page through the help menu.
  • You can password protect your files two ways:
    • ask for the password before showing the home page or
    • ask for the password vefore leaving the home page.  This way the home page is unprotected but you require a password to access the rest of the site.  This is the preffered option.
  • You can set an expiry date for your files.  When the expiry date is passed, the file cannot be read.
  • Support for background sounds.
  • You can include an about author page and your own help file into the compiled site.  These then appear on the help menu of your compiled site.
  • An improved user interface:
    • the button bar can be docked at the top or bottom of the compiler or it can be left floating.
    • compression has been simplified it is now either on or off.
    • added an Edit/Font size menu so you can change font size easier and quicker.
  • the compiler is now 32 bit so it is win95,98,NT only.
  • Access to your HTML editor.  Load whatever page you are viewing  into your html editor.
  • Better compiler options:
    • printing can now be enabled/disabled.
    • you can also allow/disalow the copying of text to the clipboard.
    • borderless full screen mode is now completely borderless (no lines around the edge of the screen).
  • A few bug fixes too:
    • solved a problem with certain layouts of sub directories.  Sub directories should now work 100% correctly.
    • solved a problem where filenames starting with .. or \ where not  always recognized properly. (this was related to the sub directory problem).
    • Netscape composer v4.5 handles '>' characters in a bit of a nonstandard way, so some >'s where not appearing properly.  This problem has been fixed, and '>' now displays correctly.
New in version 2
  • Support for frames (bordered and borderless)
  • Support for animated GIFs
  • Support for long filenames
  • Improved graphics quality in 256 colour modes
  • Reloads last home page used when html2exe starts
  • Improved compiler options
  • Control of page caching
  • Support for more HTML 3.2 tags
Minor changes since release of version 1
  • Fixed bug where the font button reset fonts to times roman
New in version 1 (changes since beta version)
  • Support for client side image maps.
  • Enhanced error reporting:
    • Error report shows which HTML files produced which errors.
    • Print the list or copy it to the clipboard.
  • Word search added to browser.
  • Improved access times with large projects.
  • Added an option to set your own compiler defaults.
  • Fixed problem with transparent GIFs.
  • Fixed problem with relative URLs causing incorrect errors.